var io.blackHolePool

3 uses

	io (current package)
		io.go#L655: var blackHolePool = sync.Pool{
		io.go#L663: 	bufp := blackHolePool.Get().(*[]byte)
		io.go#L669: 			blackHolePool.Put(bufp)